home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 July / CMCD0704.ISO / Software / Shareware / Comunicatii / blogjet / BlogJetSetup-bn.exe / {app} / BlogJet.exe / 0 / RCDATA / TABOUTFORM / TABOUTFORM.txt < prev   
Text File  |  2004-06-07  |  2KB  |  102 lines

  1. object AboutForm: TAboutForm
  2.   Left = 303
  3.   Top = 260
  4.   BorderStyle = bsDialog
  5.   Caption = 'About BlogJet'
  6.   ClientHeight = 170
  7.   ClientWidth = 299
  8.   Color = clWhite
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'Tahoma'
  13.   Font.Style = []
  14.   OldCreateOrder = False
  15.   Position = poMainFormCenter
  16.   PixelsPerInch = 96
  17.   TextHeight = 13
  18.   object Image1: TImage
  19.     Left = 8
  20.     Top = 16
  21.     Width = 48
  22.     Height = 48
  23.     AutoSize = True
  24.     Picture.Data = {<image000.bmp>}
  25.     Transparent = True
  26.   end
  27.   object Label1: TLabel
  28.     Left = 72
  29.     Top = 16
  30.     Width = 42
  31.     Height = 13
  32.     Caption = 'BlogJet'
  33.     Font.Charset = DEFAULT_CHARSET
  34.     Font.Color = clWindowText
  35.     Font.Height = -11
  36.     Font.Name = 'Tahoma'
  37.     Font.Style = [fsBold]
  38.     ParentFont = False
  39.   end
  40.   object VersionLabel: TLabel
  41.     Left = 72
  42.     Top = 40
  43.     Width = 74
  44.     Height = 13
  45.     Caption = 'Version 1.0.0.0'
  46.   end
  47.   object Label3: TLabel
  48.     Left = 72
  49.     Top = 56
  50.     Width = 181
  51.     Height = 13
  52.     Caption = 'Copyright '#169' 2004 DiFolders Software'
  53.   end
  54.   object JvLinkLabel1: TJvLinkLabel
  55.     Left = 72
  56.     Top = 72
  57.     Width = 65
  58.     Height = 13
  59.     Hint = 'http://www.blogjet.com|'
  60.     Caption = '<link>Visit website</link>'
  61.     Text.Strings = (
  62.       '<link>Visit website</link>')
  63.     Transparent = False
  64.     LinkColor = clBlue
  65.     LinkColorClicked = clRed
  66.     LinkColorHot = clPurple
  67.     LinkStyle = [fsUnderline]
  68.     HotLinks = False
  69.     AutoHeight = True
  70.     MarginWidth = 0
  71.     MarginHeight = 0
  72.     OnLinkClick = JvLinkLabel1LinkClick
  73.     ParentShowHint = False
  74.     ShowHint = True
  75.   end
  76.   object Label2: TLabel
  77.     Left = 72
  78.     Top = 96
  79.     Width = 58
  80.     Height = 13
  81.     Caption = 'Licensed to:'
  82.   end
  83.   object LicenseLabel: TLabel
  84.     Left = 72
  85.     Top = 112
  86.     Width = 155
  87.     Height = 13
  88.     Caption = 'UNREGISTERED TRIAL VERSION'
  89.   end
  90.   object Button1: TButton
  91.     Left = 208
  92.     Top = 136
  93.     Width = 75
  94.     Height = 25
  95.     Cancel = True
  96.     Caption = 'OK'
  97.     Default = True
  98.     ModalResult = 1
  99.     TabOrder = 0
  100.   end
  101. end
  102.